home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / security / doc / clippings / 920714-01 < prev    next >
Encoding:
Text File  |  1992-10-01  |  1.8 KB  |  50 lines

  1. Newsgroups: alt.security,alt.sources.patches
  2. From: nyh@wpi.WPI.EDU (Nevo Y Hed)
  3. Subject: Xterm security patch - for X11R5 and sun3 fix for the X11R4
  4. Message-ID: <1992Jul14.023303.1397@wpi.WPI.EDU>
  5. Organization: Worcester Polytechnic Institute
  6. Date: Tue, 14 Jul 1992 02:33:03 GMT
  7.  
  8.  
  9.  
  10. On 7 May 1992 I have posted a tiny patch for xterm.  a summary
  11. follows...  However, there were requests [to me by email] for an X11R5
  12. version and there was also a bug that appeared only on Sun3.
  13.  
  14. The new versions are avilable via anonymous ftp as follows:
  15.     sxtermR4.tar.Z is on wpi.wpi.edu at /contrib
  16.  
  17.     sxtermR5.tar.Z is both on wpi.wpi.edu /contrib
  18.                        and on ghost.sm.dsi.unimi.it /pub/crypt
  19.  
  20.  _ _ _ _ _
  21.  
  22.     Thanx to gshapiro@wpi.wpi.edu and vince@ghost.sm.dsi.unimi.it
  23. for their help on the X11R5 version and thanx to
  24. brossard@siisun.epfl.ch for the sun3 bug fix.
  25.  
  26.  - - - - -
  27.     Following is a short summary of sxterm:
  28.  
  29.      The sensitive information one could get with a simple spying program
  30. would be passwords. So xterm and dxterm have a menu option to protect
  31. the keyboard (using XGrabKeyboard(), only one application can use
  32. XGrabKeyborad at the same time).  However, it is a real pain to
  33. activate this feature, and most people don't even know it's a problem.
  34. That's why I came up with this patch to xterm (it only modifies the
  35. Xterm sources slightly).
  36.  
  37.  
  38.     When the string "Password:" arrives at the screen (currently
  39. ignoring case) the (already existing) xterm's secure keyboard feature
  40. is enabled until the next linefeed.
  41.  
  42.     This feature can be disabled via menu and/or X resources as
  43. well as the password promprt, see manpage.
  44.  
  45. -- 
  46. Nevo Y.     Hed              nyh@wpi.wpi.edu
  47. ++1-508-754-2491          CS student, Worcester Polytechnic Institute.
  48. "I like my cigar too, but I take it out of my mouth from time to time" G.Marx
  49.  
  50.